In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / AddRubberStampAnnot Method

AddRubberStampAnnot Method (IAnnotationManager)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(14)>

Function AddRubberStampAnnot( _

   ByVal BorderColor As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Text As String _

) As AnnotationRubberStamp
[DispId(14)]

AnnotationRubberStamp AddRubberStampAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height,

   string Text

)
function AddRubberStampAnnot( 

    BorderColor: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Text: String

): AnnotationRubberStamp; 
DispIdAttribute(14)

function AddRubberStampAnnot( 

   BorderColor : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Text : String

) : AnnotationRubberStamp;
[DispId(14)]

AnnotationRubberStamp* AddRubberStampAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height,

   string* Text

) 
[DispId(14)]

AnnotationRubberStamp^ AddRubberStampAnnot( 

   int BorderColor,

   float Left,

   float Top,

   float Width,

   float Height,

   String^ Text

) 

Parameters

BorderColor
Left
Top
Width
Height
Text
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager
IAnnotationManager Members